翻訳と辞書
Words near each other
・ Convocation Center (Ohio University)
・ Convocation Center (University of Texas at San Antonio)
・ Convocation Hall (University of Toronto)
・ Convocation House
・ Convocation of Anglicans in North America
・ Convocation of Episcopal Churches in Europe
・ Convocation Sejm (1764)
・ Convocations of Canterbury and York
・ Convoluta convoluta
・ Convolute
・ Convolute (botany)
・ Convoluted tubule
・ Convolutidae
・ Convolutindole A
・ Convolution
Convolution (computer science)
・ Convolution for optical broad-beam responses in scattering media
・ Convolution of probability distributions
・ Convolution power
・ Convolution random number generator
・ Convolution reverb
・ Convolution theorem
・ Convolutional code
・ Convolutional Deep Belief Networks
・ Convolutional neural network
・ Convolutriloba
・ Convolvulaceae
・ Convolvulus
・ Convolvulus althaeoides
・ Convolvulus arvensis


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Convolution (computer science) : ウィキペディア英語版
Convolution (computer science)

In computer science, specifically formal languages, convolution (sometimes referred to as zip) is a function which maps a tuple of sequences into a sequence of tuples.
== Example ==
Given the three words ''and'', ''fish'' and ''be'' where |''and''| is 3, |''fish''| is 4 and |''be''| is 2. Let \ell denote the longest word which is ''fish''; \ell = 4. The convolution of ''and'', ''fish'', ''be'' is then 4 tuples of elements:
: (a,f,b)(n,i,e)(d,s,\#)(\#,h,\#)
where ''#'' is a symbol not in the original alphabet. In Haskell this truncates to shortest sequence \underline, where \underline = 2:

zip3 "and" "fish" "be"
-- ()


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Convolution (computer science)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.